home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGMISC / MODULA1.LZH / HARD.BAT < prev    next >
DOS Batch File  |  1988-06-02  |  593b  |  28 lines

  1. echo off
  2. cls
  3. echo  You are about to install the compiler to your hard drive
  4. echo  This installation assumes that your hard disk is drive C:
  5. echo  It also assumes that you do not have a subdirectory called MC
  6. echo  If you do not wish to continue with this process
  7. echo  Hit CTRL BREAK to stop or..........
  8. pause
  9. c:
  10. cd\
  11. md mc
  12. cd mc
  13. md huge
  14. md large
  15. md lib
  16. a:
  17. copy a:*.* c:\mc
  18. cls
  19. echo  Insert disk number 1081 into drive A: ............
  20. pause
  21. copy a:*.* c:\mc
  22. pkxarc huge.arc c:\mc\huge
  23. pkxarc large.arc c:\mc\large
  24. pkxarc lib.arc c:\mc\lib
  25. cls
  26. echo all done
  27. echo on
  28.